'Declaration Public Overloads Function InsertMatrix( _ ByVal cellsValue(,) As System.Nullable(Of Integer), _ ByVal location As InsertLocation _ ) As OMathMatrix
public OMathMatrix InsertMatrix( System.Nullable<int>[,] cellsValue, InsertLocation location )
Parameters
- cellsValue
- The structure cells value array.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathMatrix instance.